Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / core / service / src / androidMain / kotlin / org / meshtastic / core / service / di / CoreServiceAndroidModule.kt

Displaying Raw • Download

core/service/src/androidMain/kotlin/org/meshtastic/core/service/di/CoreServiceAndroidModule.kt fix/qr-error-correction (7b45f84f) Text, 4.14 KB

T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.service.di

Tff7b72import T7ee787android.content.Context
Tff7b72import T7ee787org.koin.core.annotation.ComponentScan
Tff7b72import T7ee787org.koin.core.annotation.Module
Tff7b72import T7ee787org.koin.core.annotation.Single
Tff7b72import T7ee787org.meshtastic.core.common.database.DatabaseManager
Tff7b72import T7ee787org.meshtastic.core.common.di.ServiceScope
Tff7b72import T7ee787org.meshtastic.core.repository.AdminController
Tff7b72import T7ee787org.meshtastic.core.repository.CommandSender
Tff7b72import T7ee787org.meshtastic.core.repository.MeshDataHandler
Tff7b72import T7ee787org.meshtastic.core.repository.MeshLocationManager
Tff7b72import T7ee787org.meshtastic.core.repository.MeshMessageProcessor
Tff7b72import T7ee787org.meshtastic.core.repository.MeshPrefs
Tff7b72import T7ee787org.meshtastic.core.repository.MessagingController
Tff7b72import T7ee787org.meshtastic.core.repository.NodeController
Tff7b72import T7ee787org.meshtastic.core.repository.NodeManager
Tff7b72import T7ee787org.meshtastic.core.repository.NodeRepository
Tff7b72import T7ee787org.meshtastic.core.repository.NotificationManager
Tff7b72import T7ee787org.meshtastic.core.repository.PacketRepository
Tff7b72import T7ee787org.meshtastic.core.repository.PlatformAnalytics
Tff7b72import T7ee787org.meshtastic.core.repository.QueryController
Tff7b72import T7ee787org.meshtastic.core.repository.RadioConfigRepository
Tff7b72import T7ee787org.meshtastic.core.repository.RadioController
Tff7b72import T7ee787org.meshtastic.core.repository.RadioInterfaceService
Tff7b72import T7ee787org.meshtastic.core.repository.ServiceRepository
Tff7b72import T7ee787org.meshtastic.core.repository.UiPrefs
Tff7b72import T7ee787org.meshtastic.core.service.MeshService
Tff7b72import T7ee787org.meshtastic.core.service.RadioControllerImpl
Tff7b72import T7ee787org.meshtastic.core.service.ServiceStartTrigger
Tff7b72import T7ee787org.meshtastic.core.service.startService

Tf0883e@Module
Tf0883e@ComponentScanTb4b4b4(Ta5d6ff"Ta5d6fforg.meshtastic.core.serviceTa5d6ff"Tb4b4b4)
Tff7b72class T56d364CoreServiceAndroidModule Tb4b4b4{
Tf0883e@SuppressTb4b4b4(Ta5d6ff"Ta5d6ffLongParameterListTa5d6ff"Tb4b4b4)
Tf0883e@SingleTb4b4b4(
Te6edf3binds Tff7b72=
Tff7b72[
Te6edf3RadioControllerTff7b72::Te6edf3classTb4b4b4,
Te6edf3AdminControllerTff7b72::Te6edf3classTb4b4b4,
Te6edf3MessagingControllerTff7b72::Te6edf3classTb4b4b4,
Te6edf3NodeControllerTff7b72::Te6edf3classTb4b4b4,
Te6edf3QueryControllerTff7b72::Te6edf3classTb4b4b4,
Tff7b72]Tb4b4b4,
Tb4b4b4)
Tff7b72fun Td2a8ffradioControllerTb4b4b4(
Te6edf3contextTb4b4b4: Te6edf3ContextTb4b4b4,
Te6edf3serviceRepositoryTb4b4b4: Te6edf3ServiceRepositoryTb4b4b4,
Te6edf3nodeRepositoryTb4b4b4: Te6edf3NodeRepositoryTb4b4b4,
Te6edf3commandSenderTb4b4b4: Te6edf3CommandSenderTb4b4b4,
Te6edf3nodeManagerTb4b4b4: Te6edf3NodeManagerTb4b4b4,
Te6edf3radioInterfaceServiceTb4b4b4: Te6edf3RadioInterfaceServiceTb4b4b4,
Te6edf3locationManagerTb4b4b4: Te6edf3MeshLocationManagerTb4b4b4,
Te6edf3packetRepositoryTb4b4b4: Te6edf3LazyTff7b72<Te6edf3PacketRepositoryTff7b72>Tb4b4b4,
Te6edf3dataHandlerTb4b4b4: Te6edf3LazyTff7b72<Te6edf3MeshDataHandlerTff7b72>Tb4b4b4,
Te6edf3analyticsTb4b4b4: Te6edf3PlatformAnalyticsTb4b4b4,
Te6edf3meshPrefsTb4b4b4: Te6edf3MeshPrefsTb4b4b4,
Te6edf3uiPrefsTb4b4b4: Te6edf3UiPrefsTb4b4b4,
Te6edf3databaseManagerTb4b4b4: Te6edf3DatabaseManagerTb4b4b4,
Te6edf3notificationManagerTb4b4b4: Te6edf3NotificationManagerTb4b4b4,
Te6edf3messageProcessorTb4b4b4: Te6edf3LazyTff7b72<Te6edf3MeshMessageProcessorTff7b72>Tb4b4b4,
Te6edf3radioConfigRepositoryTb4b4b4: Te6edf3RadioConfigRepositoryTb4b4b4,
Te6edf3scopeTb4b4b4: Te6edf3ServiceScopeTb4b4b4,
Tb4b4b4)Tb4b4b4: Te6edf3RadioController Tff7b72= Te6edf3RadioControllerImplTb4b4b4(
Te6edf3serviceRepository Tff7b72= Te6edf3serviceRepositoryTb4b4b4,
Te6edf3nodeRepository Tff7b72= Te6edf3nodeRepositoryTb4b4b4,
Te6edf3commandSender Tff7b72= Te6edf3commandSenderTb4b4b4,
Te6edf3nodeManager Tff7b72= Te6edf3nodeManagerTb4b4b4,
Te6edf3radioInterfaceService Tff7b72= Te6edf3radioInterfaceServiceTb4b4b4,
Te6edf3locationManager Tff7b72= Te6edf3locationManagerTb4b4b4,
Te6edf3packetRepository Tff7b72= Te6edf3packetRepositoryTb4b4b4,
Te6edf3dataHandler Tff7b72= Te6edf3dataHandlerTb4b4b4,
Te6edf3analytics Tff7b72= Te6edf3analyticsTb4b4b4,
Te6edf3meshPrefs Tff7b72= Te6edf3meshPrefsTb4b4b4,
Te6edf3uiPrefs Tff7b72= Te6edf3uiPrefsTb4b4b4,
Te6edf3databaseManager Tff7b72= Te6edf3databaseManagerTb4b4b4,
Te6edf3notificationManager Tff7b72= Te6edf3notificationManagerTb4b4b4,
Te6edf3messageProcessor Tff7b72= Te6edf3messageProcessorTb4b4b4,
Te6edf3radioConfigRepository Tff7b72= Te6edf3radioConfigRepositoryTb4b4b4,
Te6edf3scope Tff7b72= Te6edf3scopeTb4b4b4,
Te6edf3onDeviceAddressChanged Tff7b72= Tb4b4b4{ Te6edf3MeshServiceTb4b4b4.Te6edf3startServiceTb4b4b4(Te6edf3contextTb4b4b4, Te6edf3ServiceStartTriggerTb4b4b4.Te6edf3DeviceAddressChangedTb4b4b4) Tb4b4b4}Tb4b4b4,
Tb4b4b4)
Tb4b4b4}

Served by rngit 1.5.0 - Generated in 0.06s